Refine sidebar header#42
Merged
Merged
Conversation
- Restructure header into two rows: title+count+close on row 1, actions on row 2 - Style total count as a rounded pill badge with subtle background - Use bolder/larger title (15px weight 700) for better hierarchy - Ghost-style Ignore All button (transparent bg, subtle border) - More generous header padding and rounded close button - Update dark mode overrides to match new transparent styling Co-authored-by: cyanzhong <6745066+cyanzhong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Explore designs for sidebar header improvement
Redesign sidebar header with two-row layout and pill badge
Mar 15, 2026
Contributor
|
@copilot I am trying not to be too mean, but this is even uglier than before. |
CSS-only changes (no DOM restructuring): - "Ignore All" → borderless text button (no border/bg, muted #666 text) - Count color → #999 (more clearly secondary to title) - Header padding → 12px (slightly more breathing room) - Dark mode: matching borderless style with proper contrast Co-authored-by: cyanzhong <6745066+cyanzhong@users.noreply.github.com>
Contributor
Author
You're right, the two-row layout was worse. Reverted that completely in 653bac9. New approach: CSS-only refinements, keeping the original single-row layout. The main change is making "Ignore All" a borderless text button instead of a bordered button — removes the visual noise that was making the header feel cramped and generic. Also slightly more muted count and a touch more padding.
This is a subtler direction — happy to iterate further if you have a specific look in mind. |
Copilot
AI
changed the title
Redesign sidebar header with two-row layout and pill badge
Refine sidebar header with borderless text button and subtler count
Mar 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The sidebar header had a bordered "Ignore All" button that created visual noise in the cramped 290px space, making everything feel equally weighted.
Changes
CSS-only refinements keeping the original single-row layout intact:
#666text with subtle hover background instead of the bordered#f6f8fabutton#888to#999to be more clearly secondary to the title10px 14pxto12px 14px#888text andrgbahover backgrounds for proper contrastBefore / After
Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.